Auto merge of #3296 - nrc:check, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 14 Dec 2016 07:44:02 +0000 (07:44 +0000)
committerbors <bors@rust-lang.org>
Wed, 14 Dec 2016 07:44:02 +0000 (07:44 +0000)
commit16f38c1102bddc8e6b6a4322ae41489b769884dc
treefc474391554ac5eeb03234715d1178e4c8b63d64
parentf464d00710938180d442fcc6a7d042723aa754d1
parent5d18e37b95f91811049bbd9629de209fbcd4889f
Auto merge of #3296 - nrc:check, r=alexcrichton

cargo check

~~This is not finished - the big omission is no tests, and it needs some more testing too. It also requires https://github.com/rust-lang/rust/pull/37681.~~

However, this is my first non-trivial Cargo patch, so I'd like to get some early feedback.

r? @alexcrichton

and cc @rust-lang/tools since this adds a new Cargo sub-command (although we have previously discussed and approved the idea in a tools meeting).
src/bin/cargo.rs
src/cargo/ops/cargo_compile.rs